License of stxutif.h //This software is provided as part of the article "Reading UTF-8 with C++ streams" published on www.codeproject.com by emilio_grv and is released under the CPOL license(See www.codeproject.com for details) // //The use of this software is at your own risk.Documentation is part of the sources and to the above cited article. // //The author deployed and tested this software with MsVC8 under MS - Visualstudio Express 2005 and with MinGW 3.4.5 under Codelite IDE, but no guaranties can be done for other installation of this same packages under different machines. // //No tests have been done under different compilers as no test have been done over Unicode charaters other than Italian, and English. // //Any use of this software within other context requires more testing. // //If you are interested in test this software under different condition, please post your test field and result in the forum dedicated to this article in www.codeproject.com. // //The author cannot supply specific URL for direct access since these may be subject to change without any knowledge or control by he author himself, so please refer to the Codeproject site internal search engine, citing the article title. // //© 2009 / 07 / 17 by emilio_grv. // //More testing // //A little more test has been done on some chinese strings, thatnks to Adam Nelson. // //For reference see the posts in aswer to Adam on 2010, Feb 17 // //© 2010 / 02 / 17 by emilio_grv.